home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ffextreme.6 < prev    next >
Text File  |  1996-07-16  |  487b  |  24 lines

  1. .TH FFEXTREME
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. FFEXTREME
  5.  
  6.  
  7.  
  8.  CtlPtType FFEXTREME( CurveType Crv, NumericType Minimum )
  9.  
  10.  or
  11.  
  12.  CtlPtType FFEXTREME( SurfaceType Srf, NumericType Minimum )
  13.  
  14. Computes a bound on the extreme values a curves Crv or surface
  15. Srf can assume. Returned control points provides a bound on the
  16. minimum (maximum) values that can be assumed if Minimum is TRUE
  17. (FALSE).
  18.  
  19. Example:
  20.  
  21.  Bound = FFEXTREME( Srf, false );
  22.  
  23. Computes a bound on the maximal values Srf can assume.
  24.